In this case the constructor
for both classes will actually open the file if you pass the name as an
argument. As well, both classes have an open command (a_file.open()) and a
close command (a_file.close()). It is generally a good idea to clean up after
yourself and close files once you are finished. |